ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ObjectRefComparer<T> Class / Equals Method / Equals(T,T) Method

In This Topic
    Equals(T,T) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal x As T, _
       ByVal y As T _
    ) As Boolean
    public bool Equals( 
       T x,
       T y
    )

    Parameters

    x
    y
    See Also